projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03fdaca
)
Bug 670499-gtkthemingengine.c: Include fallback-c89.c
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 21 Feb 2012 04:43:57 +0000
(12:43 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 23 Feb 2012 04:23:59 +0000
(12:23 +0800)
This is due to the use of round and nearbyint() function, which are C99 functions...
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index 89a5f443d290ae819864d500625e3c18e257cd25..a430b8c767a2ee218cf45d62f23ac60af24f299a 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-36,6
+36,8
@@
#include "gtkroundedboxprivate.h"
#include "gtkthemingbackgroundprivate.h"
+#include "fallback-c89.c"
+
/**
* SECTION:gtkthemingengine
* @Short_description: Theming renderers